home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet multimedia / Grafika i zdjecia / Przegladarki grafiki i zdjec / XNView 1.82.4 / XnView-win.exe / {app} / WebTemplate / _Default - Frame / default.css next >
Cascading Style Sheet File  |  2005-06-15  |  967b  |  44 lines

  1. body, p, td, a { font-family: Arial, Helvetica, sans-serif;
  2.    font-style: normal;
  3.    font-weight: normal;
  4.    line-height: normal;
  5. }
  6. body { background-color: #fafaed;
  7.    color: #000000;
  8.    font-size: 10pt;
  9.    text-align: center;
  10. }
  11. p { font-size: 10pt;
  12.    text-align: center;
  13.    margin-top: 2em;
  14. }
  15. h1 { color: #c5c589;
  16.    font-family: tahoma, arial, Helvetica, sans-serif;
  17.    font-size: 24pt;
  18.    font-style: normal;
  19.    font-weight: bold;
  20.    line-height: normal;
  21.    text-align: center;
  22.    margin-bottom: 1em;
  23. }
  24. table { margin-left: auto;
  25.    margin-right: auto;
  26.    background-color: #f5f5dc;
  27.    border-collapse: collapse;
  28.    border: 1px solid #c5c589;
  29.    empty-cells: hide;
  30. }
  31. td { color: #000000;
  32.    font-size: 10pt;
  33.    text-align: center;
  34.    vertical-align: baseline;
  35.    border: 1px solid #c5c589;
  36. }
  37. img { border: none;
  38. }
  39. a { color: blue;
  40.    font-size: 10pt;
  41.    text-decoration: none;
  42. }
  43. a:hover { text-decoration: underline;
  44. }